By adding to
Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, Entities the range of entities in the given entity set,
this inversion control method handles the request to create a set of entities into the underlying Linq to SQL data context.
Name
|
Description
|
OnAdd(IEnumerable<TEntity>)
|
By adding to Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, Entities the range of entities in the given entity set,
this inversion control method handles the request to create a set of entities into the underlying Linq to SQL data context.
|
OnAdd(TEntity)
|
Handles the request to create an entity into the underlying data store.
(inherited from Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters>).
|